*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
 }
 html {
     font-size: 10px;
     font-family:'poppins', sans-serif;
     scroll-behavior: smooth;
 }
 .material-icons-outlined {
    vertical-align: middle;
    line-height: 1px;
    color: #9799ab;
    margin-left: -30px;
  }
 a{
     text-decoration: none;
 }

 .container {
     min-height: 100vh;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0 1em;
 }
h1 {
     font-size: 2rem;
     text-transform: uppercase;
     color: #fff;;
 }

.section-title{
    font-size: 4rem;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
.section-title span{
    color: crimson;
} 
/* hero section */
#hero {
    background-image: url(Eclipse.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
}
#hero::after {
    content: '';
    position: absolute;
    left:  0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: -1;
}
#hero .hero {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#hero .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: -50px;
    flex-direction: row;
}

#hero .nav-bar .brand h2{
    color: #fff;
    font-size: 7.5rem;
    margin-left: 10%;
}


#hero .nav-bar .brand p{
    color: #ffff;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 10%;
    font-size: 2.8rem;
}

#hero .nav-bar .brand .button{
    width: 15%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #0e1133;
    font-weight: 600;
    color: #fff;
    margin-left: 10%;
  }

#hero .nav-bar .brand .button:hover  {
    background-color: #fff;
    color: #000000;
}
#hero .nav-bar .brand .button1{
    width: 15%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 600;
    color: #000000;
    margin-left: 20px;
  }
  #hero .nav-bar .brand  .button1:hover{
    background-color: #0e1133;
    color: #fff;
}
 /* end of hero section */
 /*service section*/
#services .services {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services .head h1{
    margin-top: 2%;
    margin-left: -130%;
    color: #add8e6;
}
#services .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
    margin-right: 30%;
}
#services .all-projects1{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns:1fr;
    gap: 10px;
    margin-left: 5%;
    margin-right: 30%;
}
#services .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

#services .squareBase  {
    border-radius: 10%;
  }
#services .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-40px ;
}
#services .square6 {
    align-items: flex-end;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #deb887;
    border: 2px solid #deb887;
}
#services .square6 a {
 align-items: center;
  margin-left: 25%;
  margin-top: 15%;
  font-size: 3.5rem;
  color: #000;
}
#services img {
    border-radius: 10px;
    height: 550px;
    width: 420px;
    margin-bottom: 5%;
    margin-left: 95%;
    margin-top: -120%;
    margin-right: -190%;
}
/*end service2 section/
/*service section*/
#services1 .services1 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services1 .head h1{
    margin-left: -230%;
}
#services1 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#services1 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services1 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services1 .project-info p{
    color: #000000;
    font-size: 2.5rem;
}

#services1 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

/*end service section/
/*service section*/
#services2 .services2 {
    background: #361966;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services2 .head h1{
    margin-left: -5%;
    color: #fff;
}
#services2 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    margin-top: 3%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}
#services2 .all-projects1{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}
#services2.project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #252836;
    height: 100%;
    width: 70%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services2 .project-info h1{
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services2 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services2 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}


#services2 .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-40px ;
}

/*end service2 section/
/*service section*/
#services3 {
    background-image: url(Eclipse.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    margin-top: 1%;
    margin-bottom: -6%;
}
#services3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: -1;
    
  
}
#services3 .head h1 {
    margin-left: 1%;
    margin-bottom: 0%;
    color: #fff;
    font-size: 5.5rem;
}
#services3 .timeline {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
#services3 .Service {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    margin-top: 2%;
    animation: movedown 1s linear forwards;
    opacity: 0;
    color: #fff;
}
@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#services3 .Service:nth-child(1){
    animation-delay: 0s;
}
#services3 .Service:nth-child(2){
    animation-delay: 2s;
}
#services3 .Service:nth-child(3){
    animation-delay: 4s;
}
#services3 .text-box{
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
}
#services3 .left-container {
    left: 0;
}
#services3 .right-container {
    left: 50%;
    margin-top: -2%;
}
#services3 .Service .brand {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 15;
}

#services3 .right-container .brand {
    left: -20px;
}
#services3 .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards ;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

#services3 .text-box h2 {
    font-weight: 600;
}

#services3 .left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
}
#services3 .right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -25px;
}
#services3 .square1 {
    align-items: flex-end;
    margin-left: 5%;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #808080;
    border: 2px solid #808080;
}
#services3 .square1 a {
 align-items: center;
  margin-left: 25%;
  margin-top: 15%;
  font-size: 3.5rem;
  color: #fff;
}
#services3 .square2 {
    align-items: flex-end;
    margin-left: -15%;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #808080;
    border: 2px solid #808080;
}
#services3 .square2 a {
 align-items: center;
  margin-left: 25%;
  margin-top: 15%;
  font-size: 3.5rem;
  color: #fff;
}
/*end service section/
/*service section*/
#services4 .services4 {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services4 .head h1{
    margin-left: -5%;
    color: #add8e6;
}
#services4 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#servicese4.project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services4 .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services4 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}
/*end service section/
/* start of services */
#services5 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
    margin-bottom: 1%;
}
#services5  .services5 {
    padding-bottom: 10px;
    
}
#services5 .head h1{
    margin-top: 2%;
    margin-bottom: 245%; 
    margin-right: -100%; 
    margin-left: 1%;
    color: #000000;
}
#services5 .all-projects{
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: -10%;
}
#services5 .chevron {
    width: 0;
    height: 0;
    margin-bottom: -2.5%;
    margin-left: -5%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
    clip-path: polygon(0 50%, 40% 51%, 40% 50%, 39% 50%, 40% 50%, 100% 50%, 50% 100%);
  }



#services5 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 1%;
    width: 100%;
    display: flex;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services5 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services5 .project-info p {
    color: #000000;
    font-size: 2.5rem;
    position: relative;
    width: 90%;
    animation: movedown 6s linear forwards;
    opacity: 0;
}
@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#services5 .project-info p::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #000000;
    top: 0;
    left: -3.5%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

/* end of services */
/* hero section */
#services6 {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
}
#services6 .hero {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#services6 .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: 0px;
    flex-direction: row;
}

#services6 .nav-bar .brand h2{
    color:#a0c6d3;
    font-size: 7.5rem;
    margin-left: 5%;
}


#services6 .nav-bar .brand p{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 5%;
    font-size: 2.8rem;
}


#services6 .nav-bar   img {
    border-radius: 10px;
    height: 550px;
    width: 420px;
}
 /* end of hero section */

                                                                                                               
 
/*key frames*/
@keyframes hamburger_puls {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}
@keyframes text_reveal_box{
 50% {
    width: 100%;
    left: 0;
}
 100% {
    width: 0;
    left: 100%;
}
}
@keyframes text_reveal{
    100% {
        color: white;
    } 
}
@keyframes text_reveal_name{
    100%{
        color: crimson;
        font-weight: 500px;
    }
}
/*end key frames*/
/* media query */

/* media query for tablet*/
 @media only screen and (max-width:768px){
    .cta {
        font-size: 2.5rem;
        padding: 20px 60px;
    }
    h1 .section-title {
        font-size: 6rem;
    } 

/* hero section */
#hero {
    background: #fff;
    margin-bottom: 30px;
    margin-top: -100%;
}

#hero .nav-bar {
    width: 100%;
    height: 100%;
}
#hero .nav-bar .brand {
    align-items: center;
}
#hero .nav-bar .brand h1{
    color: #2b70fa;
    font-size: 1.2rem;
    line-height: 16px;
    margin-bottom: 20px;
    margin-left: 50%;
    margin-right: -100%;
}
#hero .nav-bar .brand h2{
    color: #000000;
    font-size: 2.5rem;
    line-height: 46px;
    margin-left: 20%;
    margin-right: -100%;
}

#hero .nav-bar .brand p{
    color: #000000;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    margin-left: 20%;
    margin-right: -100%;
}

#hero .nav-bar .brand .button{
    width: 80%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #0e1133;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
    margin-bottom: -10%;
  }
#hero .material-icons-outlined {
    vertical-align: middle;
    line-height: 1px;
    color: #fff;
    margin-left: -30px;
}
#hero .nav-bar .brand .material-icons-outlined:hover {
    color: #000000;
}
#hero .nav-bar .brand .button:hover  {
    background-color: #fff;
    color: #000000;
}
#hero .nav-bar .brand .button1{
    width: 80%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 600;
    color: #000000;
    margin-top: -10%;
    margin-left: 100%;
  }
  #hero .nav-bar .brand .button1:hover {
    background-color: #0e1133;
    color: #fff;
}
#hero .nav-bar .brand .button1 img {
    margin-right: 5px;
    margin-left: -20px;
    color: #000000;
}
#hero .nav-bar .brand .button1 img:hover {
    color: #fff;
}
#hero .nav-bar .img1 {
   width: 150%;
    margin-top: 820px;
    margin-left: -150px;
  }
  #hero .nav-bar .img2 {
    margin-top: 820px;
    margin-left: -70px;
  }
 /* end of hero section */

/*service section*/

#services .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
}
#services .all-projects1{
    display: grid;
    margin-left: 30px;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
}
/*end service section/
/* start of overview 3 */
#overview3 {
    margin-top: 20px;
}
 
#overview3 .price .all-projects  ul{
    margin-top: -40px;
    border-top: 1px solid #808080; 
}
#overview3 .price .all-projects  li{
    margin-top: 20px;
    font-size: 1.4rem;
}
#overview3 .project-info2 button{
    margin-top: -40px;
  }
  #overview3 .project-info1 button{
    margin-top: -20px;
  }
  #overview3 .project-info3 button{  
    margin-top: -40px;
  }
#overview3 .price .project-info h1{
    margin-bottom: 30px;
    margin-top: 10%;
    text-transform: initial;
}
#overview3 .price .project-info p{
    margin-bottom: 30px;
    margin-top: 2%;
    margin-left: -5%;
    color: #000000;
    font-size: 1.8rem;
}
#overview3 .inquiry{
    margin-top: 300px;
}
#overview3 .inquiry .project-info h1{
    margin-bottom: 30px;
    margin-top: 10%;
    text-transform: initial;
    font-size: 2.5rem;
}
#overview3 .inquiry .project-info p{
    margin-bottom: 30px;
    margin-top: 2%;
    margin-left: 27%;
    color: #000000;
    font-size: 1.8rem;
}
#overview3 .inquiry .all-projects p{
    margin-bottom: 10%;
    margin-top: -10%;
    margin-left: 30%;
    color: #000000;
    font-size: 1.8rem;
}
#overview3 .price .all-projects{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15%;
    margin-bottom: 30%;
}

#overview3 .project-info1 {
    margin-bottom: 30px;
    margin-left: -30px;
    flex-basis: 50%;
    background-color: #fff;
    height: 140%;
    width: 120%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    box-shadow: 0 6px 7px -4px #eef1f6;
}
#overview3 .project-info1 h1{
    font-size: 2rem;
    text-transform: initial;
    color: #000000;
    font-weight: 500;
}
#overview3 .project-info1 h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
}
#overview3 .project-info1 p{
    font-size: 1.6rem;
    color: #000000;
}
#overview3 .project-info1 img{
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  #overview3 .project-info2 {
    margin-bottom: 30px;
    margin-left: -30px;
    flex-basis: 50%;
    background-color: #fff;
    height: 140%;
    width: 120%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    box-shadow: 0 6px 7px -4px #eef1f6;
}
#overview3 .project-info2 h1{
    font-size: 2rem;
    text-transform: initial;
    color: #000000;
    font-weight: 500;
}
#overview3 .project-info2 h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
}
#overview3 .project-info2 p{
    font-size: 1.6rem;
    color: #000000;
}
#overview3 .project-info2 img{
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  #overview3 .project-info3 {
    margin-bottom: 30px;
    margin-left: -30px;
    flex-basis: 50%;
    background-color: #fff;
    height: 140%;
    width: 120%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    box-shadow: 0 6px 7px -4px #eef1f6;
}
#overview3 .project-info3 h1{
    font-size: 2rem;
    text-transform: initial;
    color: #000000;
    font-weight: 500;
}
#overview3 .project-info3 h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
}
#overview3 .project-info3 p{
    font-size: 1.6rem;
    color: #000000;
}
#overview3 .project-info3 img{
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
#overview3 .brand1 {
    margin-left: 20px;
}
.brand1 .square6 {
    align-items: flex-end;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
}
.brand1 .square6 h2{
    margin-top: 20px;
    font-size: 2.0rem; 
    font-weight: 600;
    margin-left: 30px;  
}
#overview3 .inquiry .brand1 .square6 p{
    margin-top: 20px;
    font-size: 1.2rem; 
    font-weight: 400;
    margin-left: 30px;  
}
#overview3 .brand2 {
    margin-left: 20px;
    margin-top: 30px;
}
.brand2 .square6 {
    align-items: flex-end;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
}
.brand2 .square6 h2{
    margin-top: 20px;
    font-size: 2.0rem; 
    font-weight: 600;
    margin-left: 30px;  
}
#overview3 .brand3 {
    margin-left: 20px;
    margin-top: 30px;
    
}
.brand3 .square6 {
    align-items: flex-end;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
.brand3 .square6 h2{
    margin-top: 20px;
    font-size: 2.0rem; 
    font-weight: 600;
    margin-left: 30px; 
    margin-bottom: 30px; 
}
#overview3 .brand4 {
    margin-left: 20px;
    
}
.brand4 .square6 {
    align-items: flex-end;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
.brand4 .square6 h2{
    margin-top: 20px;
    font-size: 2.0rem; 
    font-weight: 600;
    margin-left: 30px; 
    margin-bottom: 30px; 
}
/* end of overview 3 */
/*update section*/
#update .projects-item {
    flex-direction: row;
}
#update p{
    color: #000000;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#update .projects-item {
    height: 400px;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
#update .all-projects{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px; 
}
#update .all-projects .project-info {
    height: 100%;
}
#update .project-info h1{
    margin-top: -60px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: lowercase;
}
#update .project-info h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
    color: #000000;
}

#update .project-info p{
    margin-top: -100px;
    color: #000000;
    font-size: 1.5rem;
}

#update .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-top: -80px;
    margin-left: -2px;
    list-style: none;
    
}
#update .all-projects .project-img {
    height: 100%;
}
/*end project section*/
#overview .nav-bar .img {
    display: none;
  }
/* start of team */

#team .all-projects{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

#team .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #fff;
    height: 70%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
}
#team .project-info h1{
    font-size: 2rem;
    text-transform: initial;
    color: #000000;
    font-weight: 500;
}
#team .project-info h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
}
#team .project-info p{
    font-size: 1.6rem;
    color: #000000;
}
#team .project-info img{
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }

#team .project-info img {
    transition: 3s ease transform;
  }
#team .all-projects .project-info img:hover{
    transform: scale(1.1);
  }
  /* end of team */
}
/* end of tablet */
